pdqselect 0.1.1

Selects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating Quickselect
Documentation

A quickselect algorithm adapted from Rust's implementation of the pdqsort algorithm.

NOTE: you may want to use Rust's official version of this algorithm, select_nth_unstable_by